ComponentOne Xamarin.iOS
FilterAsync Method (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : FilterAsync Method
The filter expression applied to the data.
Filters the data using specified filter expression.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1WrapCollectionView`2/d__44)> 
Public Overridable Function FilterAsync( _ 
   ByVal filterExpression As FilterExpression _ 
) As Task
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim filterExpression As FilterExpression
Dim value As Task
 
value = instance.FilterAsync(filterExpression)
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2/d__44)] 
public virtual Task FilterAsync( 
   FilterExpression filterExpression 
)

Parameters

filterExpression
The filter expression applied to the data.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members